Crate git_branchless_test

source ·
Expand description

Run a user-provided command on each of a set of provided commits. This is useful to run checks on all commits in the current stack with caching, parallelization, out-of-tree execution, etc.

Structs§

  • Information about the working copy state after running the test command.
  • The options for testing before they’ve assumed default values or been validated.
  • The values from a RawTestOptions but with defaults provided. See RawTestOptions for details on these options.
  • The result of running a test.
  • The results of running all tests.
  • An error produced when testing is aborted due to a certain commit.

Enums§

  • The possible results of attempting to run a test.
  • How verbose of output to produce.

Functions§